Skip to content

Update actions/deploy-pages action to v5#8

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-deploy-pages-5.x
Open

Update actions/deploy-pages action to v5#8
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-deploy-pages-5.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 31, 2026

This PR contains the following updates:

Package Type Update Change
actions/deploy-pages action major v4v5

Release Notes

actions/deploy-pages (actions/deploy-pages)

v5

Compare Source

v5.0.0

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.5

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.4

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.3

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.2

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v4.0.1

Compare Source

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented Mar 31, 2026

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@entelligence-ai-pr-reviews
Copy link
Copy Markdown

entelligence-ai-pr-reviews Bot commented Mar 31, 2026

EntelligenceAI PR Summary

Upgrades the actions/deploy-pages GitHub Action in the static site deployment workflow from v4 to v5.

  • Updated reference in .github/workflows/static.yml
  • No changes to workflow logic or configuration

Confidence Score: 5/5 - Safe to Merge

Safe to merge — this PR performs a straightforward version bump of the actions/deploy-pages GitHub Action from v4 to v5 in .github/workflows/static.yml, with no changes to workflow logic, configuration, or any other files. The change is minimal and well-scoped, and no review comments or issues were identified by automated analysis. Version bumps of well-maintained official GitHub Actions are low-risk and routine maintenance.

Key Findings:

  • The only change is a single-line version tag update from actions/deploy-pages@v4 to actions/deploy-pages@v5 in .github/workflows/static.yml, with zero logic or configuration modifications.
  • actions/deploy-pages is an official GitHub-maintained action, making this a trusted upstream upgrade rather than a third-party dependency change, which reduces supply chain risk.
  • No workflow inputs, outputs, secrets, or environment variables were altered, meaning there is no behavioral change to the deployment pipeline beyond the action version itself.
Files requiring special attention
  • .github/workflows/static.yml

@entelligence-ai-pr-reviews
Copy link
Copy Markdown

Walkthrough

This pull request updates the GitHub Actions workflow for static site deployment by bumping the actions/deploy-pages action from version v4 to v5. This is a dependency version upgrade with no changes to workflow logic or configuration structure.

Changes

File(s) Summary
.github/workflows/static.yml Updated actions/deploy-pages GitHub Action dependency from v4 to v5.

Sequence Diagram

This diagram shows the interactions between components:

sequenceDiagram
    participant GH as GitHub Actions
    participant Upload as actions/upload-pages-artifact
    participant Deploy as actions/deploy-pages

    Note over GH: Workflow triggered
    GH->>Upload: Upload static site artifact
    Upload-->>GH: Artifact ready (path: '.')

    GH->>Deploy: Deploy to GitHub Pages
    Note over Deploy: Upgraded: v4 → v5
    Deploy-->>GH: deployment complete
    Note over GH: Site live on GitHub Pages
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants